WiiFlash packet structure

wiimote index : unsigned byte(1)
---

button state : unsinged short(2)
acc x : float(4)
acc y : float(4)
acc x : float(4)
--- sub total : 14 bytes

has nunchuk : unsigned byte(1)
nunchuk button : unsigned byte(1)
stick x : float(4)
stick y : float(4)
acc x : float(4)
acc y : float(4)
acc x : float(4)
--- sub total : 22 bytes

ir x1 : float(4)
ir y1 : float(4)
ir x2 : float(4)
ir y2 : float(4)
--- sub total : 16 bytes



----- grand total : 53 bytes